This commit is contained in:
Freya Murphy 2023-05-03 12:27:36 -04:00
parent f2606d0875
commit 74d9fe77a3
2 changed files with 1 additions and 5 deletions

0
a Normal file
View file

View 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