summaryrefslogtreecommitdiff
path: root/src/commands/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/rm.c')
-rw-r--r--src/commands/rm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/commands/rm.c b/src/commands/rm.c
index b85f91a..c67717b 100644
--- a/src/commands/rm.c
+++ b/src/commands/rm.c
@@ -9,10 +9,6 @@ static struct {
bool recurse;
} flags;
-#ifdef FRENCH
- static bool get_frenched;
-#endif
-
static void help(void) {
printf("Usage: rm [-irfv] FILE...\n\n");
printf("Remove (unlink) FILESs\n\n");
@@ -119,7 +115,7 @@ COMMAND(rm) {
int start = parse_args(argc, argv, help, short_arg, NULL);
#ifdef FRENCH
- if (streql(argv[0], "-rf")) {
+ if (streql(argv[0], "-fr")) {
printf("\x1b[94mremoving \x1b[97mthe \x1b[91mfrench \x1b[93m(beguette noises)\x1b[0m\n");
}
#endif