Skip to content

Commit

Permalink
explain usage in format command when arg isn't YES
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Maestas committed Aug 5, 2024
1 parent ca1da33 commit 44bdc85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movement/filesystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ int filesystem_cmd_format(int argc, char *argv[]) {
if(strcmp(argv[1], "YES") == 0) {
return _filesystem_format();
}
printf("usage: format YES\r\n");
return 1;
}

Expand Down

0 comments on commit 44bdc85

Please sign in to comment.