summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/npd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/npd.go b/cmd/npd.go
index fae804f..26ea445 100644
--- a/cmd/npd.go
+++ b/cmd/npd.go
@@ -36,7 +36,7 @@ func init() {
npdCmd.Flags().StringP("alt3dob", "6", "", "Alternate DOB 3")
npdCmd.Flags().StringP("startdat", "r", "", "Start date")
npdCmd.Flags().IntP("max_hits", "n", 10, "Maximum number of hits to return")
- npdCmd.Flags().StringP("sort_by", "o", "", "Sort by field")
+ npdCmd.Flags().StringP("sort_by", "S", "", "Sort by field")
}
func runNPDSearch(cmd *cobra.Command, args []string) error {