Skip to content

Commit

Permalink
Edited Info to add -g
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 30, 2023
1 parent 4abfc5b commit 4d582f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ int main(int argc, char **argv)

void info(void)
{
printf("Mnemosyne: Starts Application\nMnemosyne (PATH): Scans Selected Path\n");
printf("Mnemosyne: Starts GUI Application\nMnemosyne (PATH): Scans Selected Path\nMnemosyne -g (PATH): Scans Selected Path in GUI\n");
}

0 comments on commit 4d582f7

Please sign in to comment.