aboutsummaryrefslogtreecommitdiff
path: root/src/spm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spm.c')
-rw-r--r--src/spm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spm.c b/src/spm.c
index ada7840..74a11d2 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -16,6 +16,7 @@ void usage(const char *program_name) {
" -V, --version show version\n"
" -v, --verbose show more information\n"
" -I, --install install package(s)\n"
+ " -r --root installation prefix (requires --install)\n"
, program_name
);
}