summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-22 02:25:33 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-22 02:25:33 (EST)
commit5786cc61824d7758bc8dca7003e86b7188f4e52d (patch)
tree8277b06097aaefd81ee452bfa9e3496d1d57e6e1 /src
parentb1a6a77bc6b61bacb78c777da5a8b2c78beb97c3 (diff)
Document '-r' option of opkbuild.
Diffstat (limited to 'src')
-rw-r--r--src/opkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild b/src/opkbuild
index a3163ad..06c5a8c 100644
--- a/src/opkbuild
+++ b/src/opkbuild
@@ -23,7 +23,7 @@
print_usage()
{
- printf 'Usage: %s\n' "$1"
+ printf 'Usage: [-r assume-uid0-cmd] %s\n' "$1"
}
error()