Skip to content

Commit de72331

Browse files
authored
main.c: show_usage: Update for backup
1 parent f7711f1 commit de72331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ void show_usage()
384384
wprintf(L" - `--mount-drive`: Get on/off status of Mount drives\n");
385385
wprintf(L" - `--lxuid`: Get LxUID key for this distro\n\n");
386386
wprintf(L" backup\n");
387-
wprintf(L" - Execute the backup function using tar.\n\n");
387+
wprintf(L" - Output backup.tar.gz to the current directory using tar command.\n\n");
388388
wprintf(L" clean\n");
389389
wprintf(L" - Uninstall the distro.\n\n");
390390
wprintf(L" help\n");

0 commit comments

Comments
 (0)