fix
This commit is contained in:
parent
f2606d0875
commit
74d9fe77a3
2 changed files with 1 additions and 5 deletions
0
a
Normal file
0
a
Normal file
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue