Skip to content

Commit 7c056e3

Browse files
committed
one more change
1 parent e1c865b commit 7c056e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func init() {
7373

7474
apiCmd.PersistentFlags().BoolVarP(&prettyPrint, "unformatted", "u", false, "Whether to have API requests come back unformatted/non-prettyprinted. Default is false.")
7575

76-
apiCmd.PersistentFlags().BoolVarP(&autoPaginate, "autopaginate", "P", false, "Whether to have API requests automatically paginate. Default is false.")
76+
getCmd.PersistentFlags().BoolVarP(&autoPaginate, "autopaginate", "P", false, "Whether to have API requests automatically paginate. Default is false.")
7777

7878
}
7979

0 commit comments

Comments
 (0)