diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-04-01 16:16:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 16:16:24 -0400 |
commit | e5f87affc755245d3984b84547816e3d03b8f30a (patch) | |
tree | 223bc3f6421cb2595bb371499ef1c08a89f731eb /src | |
parent | e574089a575c05079d3867424e55b400a54c0105 (diff) | |
parent | 7af86b2abae0e81aa40f432c61a1bbdd16d9f024 (diff) | |
download | spmc-e5f87affc755245d3984b84547816e3d03b8f30a.tar.gz |
Merge pull request #12 from jhunkeler/enable-remove
Enable remove mode
Diffstat (limited to 'src')
-rw-r--r-- | src/spm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ void usage(const char *program_name) { " -y --yes do not prompt\n" " -B, --build build package(s)\n" " -I, --install install package(s)\n" + " -R --remove remove package(s)\n" " -r, --root installation prefix (requires --install)\n" " -m --manifest specify a package manifest to use\n" " -M --override-manifests disable default package manifest location\n" |