diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-07 13:16:27 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-07 13:16:27 +0000 |
| commit | a497ca472a72db4cbe7d8d1831d7b71fe2480778 (patch) | |
| tree | 1e4b8cd56dda082f1db3eb505260f21b1fdb3d5f /cli/add.c | |
| parent | 0eb36d3914b11b6cd7dc77de5380a191d0e6a124 (diff) | |
| download | btpd-a497ca472a72db4cbe7d8d1831d7b71fe2480778.tar.gz btpd-a497ca472a72db4cbe7d8d1831d7b71fe2480778.zip | |
Help text changes and make del and start take the --help option.
Diffstat (limited to 'cli/add.c')
| -rw-r--r-- | cli/add.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cli/add.c b/cli/add.c index cc7e383..2b237df 100644 --- a/cli/add.c +++ b/cli/add.c @@ -7,19 +7,23 @@ usage_add(void) "Add torrents to btpd.\n" "\n" "Usage: add [--topdir] -d dir file\n" - " add file ...\n" "\n" "Arguments:\n" - "file ...\n" - "\tOne or more torrents to add.\n" + "file\n" + "\tThe torrent file to add.\n" "\n" "Options:\n" "-d dir\n" "\tUse the dir for content.\n" "\n" + "-n name\n" + "\tSet the name displayed for this torrent.\n" + "\n" + "--nostart, -N\n" + "\tDon't activate the torrent after adding it.\n" + "\n" "--topdir\n" "\tAppend the torrent top directory (if any) to the content path.\n" - "\tThis option cannot be used without the '-d' option.\n" "\n" ); exit(1); |