diff options
| author | sinner <[email protected]> | 2026-02-02 21:47:54 -0500 |
|---|---|---|
| committer | sinner <[email protected]> | 2026-02-02 21:47:54 -0500 |
| commit | 850cc065469d2efaefc7947dcb7a6b79e9da1858 (patch) | |
| tree | c8f380a0d3d422fb44be86260a1274aa9aa0f566 /cmd/npd.go | |
| parent | 85caa38c7b45766f044a016b88a410f75cb7469e (diff) | |
| download | dborg-850cc065469d2efaefc7947dcb7a6b79e9da1858.tar.gz dborg-850cc065469d2efaefc7947dcb7a6b79e9da1858.zip | |
refactor: change dob flag shorthand from -d to -b, add id to common fields, and remove unused telegram botHEADmaster
Diffstat (limited to 'cmd/npd.go')
| -rw-r--r-- | cmd/npd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ func init() { npdCmd.Flags().StringP("firstname", "f", "", "First name") npdCmd.Flags().StringP("lastname", "l", "", "Last name") npdCmd.Flags().StringP("middlename", "m", "", "Middle name") - npdCmd.Flags().StringP("dob", "d", "", "Date of birth") + npdCmd.Flags().StringP("dob", "b", "", "Date of birth") npdCmd.Flags().StringP("ssn", "s", "", "Social security number") npdCmd.Flags().StringP("phone1", "p", "", "Phone number") npdCmd.Flags().StringP("address", "a", "", "Address") |
