summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvp <mvp@users.noreply.github.com>2017-05-20 23:31:16 -0700
committerGitHub <noreply@github.com>2017-05-20 23:31:16 -0700
commite537110131d02cd93a0f2492efa7b801506183bb (patch)
treef8234e9d15282dc9ba8ed4423bcc7255e84b42e4
parent73b87ad76733b02aa5127f0506ea6342b281f64a (diff)
parentd22dbf0ebde82cd35639e574eefa62a215d2bbb5 (diff)
Merge pull request #34 from durka/reset-hub
fix docs for -R (from #30)
-rw-r--r--uhubctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uhubctl.c b/uhubctl.c
index bfc9175..00f6597 100644
--- a/uhubctl.c
+++ b/uhubctl.c
@@ -159,7 +159,7 @@ int print_usage()
"--vendor, -n - limit hub by vendor id [%s] (partial ok).\n"
"--delay, -d - delay for cycle action [%d sec].\n"
"--repeat, -r - repeat power off count [%d] (some devices need it to turn off).\n"
- "--reset, -R - reset hub after each action.\n"
+ "--reset, -R - reset hub after each power-on action, causing all devices to reassociate.\n"
"--wait, -w - wait before repeat power off [%d ms].\n"
"--internal, -i - include internal hubs [off].\n"
"--version, -v - print program version.\n"