pkgtools

morpheus pkg tools
git clone git://git.2f30.org/pkgtools
Log | Files | Refs | README | LICENSE

commit b80f67639e26331fd944620c057663c0e5072ab0
parent 86ea9d526dc78b71570b5465274eaf04cd6a5b65
Author: sin <sin@2f30.org>
Date:   Mon,  9 Jun 2014 14:40:21 +0100

removepkg is no longer *that* dangerous

Diffstat:
Mremovepkg.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/removepkg.c b/removepkg.c @@ -26,7 +26,7 @@ usage(void) { fprintf(stderr, "usage: %s [-v] [-f] [-p prefix] pkg...\n", argv0); fprintf(stderr, " -v Enable verbose output\n"); - fprintf(stderr, " -f Force the removal of empty directories and symlinks (DANGEROUS)\n"); + fprintf(stderr, " -f Force the removal of empty directories and symlinks\n"); fprintf(stderr, " -p Set the installation prefix\n"); exit(EXIT_FAILURE); }