Skip to content

Instantly share code, notes, and snippets.

@yonatankhunters
Created February 11, 2022 10:34
Show Gist options
  • Save yonatankhunters/895cbebf51941d6b3261985d420b2696 to your computer and use it in GitHub Desktop.
Save yonatankhunters/895cbebf51941d6b3261985d420b2696 to your computer and use it in GitHub Desktop.
534 for (n = 1; n < (guint) argc; n++)
535 {
536 if (strcmp (argv[n], "--help") == 0)
….
548 if (n >= (guint) argc)
549 {
550 usage (argc, argv);
551 goto out;
552 }
553
554 if (opt_user != NULL)
……
564 {
565 break;
566 }
567 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment