diff options
Diffstat (limited to 'src/spm.c')
-rw-r--r-- | src/spm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); } |