Changeset 67 in code for trunk/cmd/mai/parseflags.go


Ignore:
Timestamp:
Feb 7, 2024, 12:26:14 AM (16 months ago)
Author:
yakumo.izuru
Message:

Fix bugs, many other changes

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/mai/parseflags.go

    r66 r67  
    88func parseFlags() {
    99        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")
    1012        flag.Parse()
    1113}
Note: See TracChangeset for help on using the changeset viewer.