summaryrefslogtreecommitdiffstats
path: root/cmd/npd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/npd.go')
-rw-r--r--cmd/npd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/npd.go b/cmd/npd.go
index 084d6af..fae804f 100644
--- a/cmd/npd.go
+++ b/cmd/npd.go
@@ -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")