WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tce-setdrive --help queries  (Read 1665 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
tce-setdrive --help queries
« on: December 21, 2015, 12:36:04 AM »
tce-setdrive has a broken --help guide:
Code: [Select]
tc@box:~$ tce-setdrive --help
Illegal option --
Usage: tce-setdrive { -l | -s }

From limited experience simply running  tce-setdrive  is all that is needed to "setup TCE directory to store downloaded and imported extensions". IIRC the drives are automatically scanned and a drive choice selection is presented. Nonetheless the script provides these  -l  and  -s  'usage' options:
Code: [Select]
  echo "Usage: tce-setdrive { -l | -s }"

Using limited script reading powers, unset LIST SETUP, LIST is for fetchDriveList, SETUP for setupSelectedDrive.

From a --help file actual usage perspective, would a user ever run  tce-setdrive -l  or  tce-setdrive -s  ? No, correct?

These are just handled internally by the script and all the user needs to know is run  tce-setdrive , correct?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tce-setdrive --help queries
« Reply #1 on: December 21, 2015, 08:43:48 AM »
Correct, it appears simply tce-setdrive and no flags is what folks would use.