diff options
-rw-r--r-- | a | 0 | ||||
-rw-r--r-- | src/commands/rm.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/rm.c b/src/commands/rm.c index c67717b..7d72c2d 100644 --- a/src/commands/rm.c +++ b/src/commands/rm.c @@ -116,7 +116,7 @@ COMMAND(rm) { #ifdef FRENCH if (streql(argv[0], "-fr")) { - printf("\x1b[94mremoving \x1b[97mthe \x1b[91mfrench \x1b[93m(beguette noises)\x1b[0m\n"); + printf("\x1b[94mremoving \x1b[97mthe \x1b[91mfrench \x1b[93m(baguette noises)\x1b[0m\n"); } #endif |