Created
February 11, 2022 10:34
-
-
Save yonatankhunters/895cbebf51941d6b3261985d420b2696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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