diff options
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); |