Changeset 67 in code for trunk/cmd/mai/parseflags.go
- Timestamp:
- Feb 7, 2024, 12:26:14 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/mai/parseflags.go
r66 r67 8 8 func parseFlags() { 9 9 flag.StringVar(&configfile, "f", "", "Configuration file") 10 flag.StringVar(&username, "u", "", "Sets the user to which privilege dropping is done") 11 flag.StringVar(&groupname, "g", "", "Sets the group to which privilege dropping is done") 10 12 flag.Parse() 11 13 }
Note:
See TracChangeset
for help on using the changeset viewer.