Skip to content

Commit

Permalink
remove left over and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghebrechristos committed Apr 15, 2020
1 parent 9d5911c commit 8a5dcfd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cli/internal/pkg/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const SearchFlattenedGranuleCmd = "searchflattenedgranule"

const CloudServerFlag = "cloud"
const CloudServerShortFlag = "c"
const CloudServerDescription = "Use cloud intance."
const CloudServerDescription = "Use cloud intance. Warning: --cloud will be replace with --server on next release"

const TestServerFlag = "test"
const TestServerShortFlag = "u"
const TestServerDescription = "Use test intance."
const TestServerDescription = "Use cloud intance. Warning: --test will be replace with --server on next release"

const TextQueryFlag = "query"
const TextQueryShortFlag = "q"
Expand Down Expand Up @@ -105,9 +105,6 @@ const KeywordDescription = "Pick files tagged with a label whose value is LABEL.
// const SortDefault = "beginDate"
// const SortDescription = "Sort results by stagedDate, beginDate, or endDate."

const CloudFlag = "cloud"
const CloudUrl = "http://acf3425c8d41b11e9a12912cf37a7528-1694331899.us-east-1.elb.amazonaws.com/onestop-search"

const GapFlag = "gap"
const GapShortFlag = "i"
const GapDescription = "Defines the time interval for reporting data gaps. Any data time gap larger than a specified interval will be reported. Valid time units are \"h\", \"m\", \"s\", \"ms\", \"ns\", \"us\" (or \"µs\"), e.g. 1h30m0.5s This option is only meaningful when combined with the --type option. It is silently ignored if --available is passed or no --type is provided. --gap INTERVAL"
Expand Down

0 comments on commit 8a5dcfd

Please sign in to comment.