diff options
| author | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 23:03:27 -0500 |
|---|---|---|
| committer | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 23:03:27 -0500 |
| commit | a7fb9a80ce0c6021096b34b170f771a1bff022f7 (patch) | |
| tree | 45f1f56d7392ece51161484c8f4122d9ec0a6d69 /cli/add.c | |
| parent | 2fd1f7c34e9ee85d5b995dc165fe8531fcb0ad31 (diff) | |
| download | btpd-a7fb9a80ce0c6021096b34b170f771a1bff022f7.tar.gz btpd-a7fb9a80ce0c6021096b34b170f771a1bff022f7.zip | |
Document applying and displaying torrent labels.
Diffstat (limited to 'cli/add.c')
| -rw-r--r-- | cli/add.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/add.c b/cli/add.c index 83af7df..938989e 100644 --- a/cli/add.c +++ b/cli/add.c @@ -19,6 +19,9 @@ usage_add(void) "-n name\n" "\tSet the name displayed for this torrent.\n" "\n" + "-l label\n" + "\tSet the label to associate with torrent.\n" + "\n" "--nostart, -N\n" "\tDon't activate the torrent after adding it.\n" "\n" |