diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-06 11:02:18 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-06 11:02:18 +0000 |
commit | 82ae7959d21c654fe9fd14de504f47d18b1ebcfc (patch) | |
tree | 6c00500dd93460dae01eea5fb3f5bc17e018c57e /src/tools/irm/irm_unbind_ap.c | |
parent | d68efc18d65217afa8a0ad2f300697ee1088b44f (diff) | |
parent | c17641d483279151748dc7cec8e9e44b0da11623 (diff) | |
download | ouroboros-82ae7959d21c654fe9fd14de504f47d18b1ebcfc.tar.gz ouroboros-82ae7959d21c654fe9fd14de504f47d18b1ebcfc.zip |
Merged in dstaesse/ouroboros/be-bind (pull request #318)
Be bind
Diffstat (limited to 'src/tools/irm/irm_unbind_ap.c')
-rw-r--r-- | src/tools/irm/irm_unbind_ap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/irm/irm_unbind_ap.c b/src/tools/irm/irm_unbind_ap.c index 8ad3d670..f3f16ee1 100644 --- a/src/tools/irm/irm_unbind_ap.c +++ b/src/tools/irm/irm_unbind_ap.c @@ -32,7 +32,8 @@ static void usage(void) { printf("Usage: irm unbind ap <ap>\n" - " [name <name>, omit: remove all AP info]\n"); + " [name <name> (default: remove all AP info)]" + "\n"); } int do_unbind_ap(int argc, char ** argv) |