1. 14 9月, 2017 1 次提交
    • B
      Add more modified date aliases · 0fefc78c
      Benjamin Sago 提交于
      I don’t really see the modified date as the *modified* date, rather just the *date* field, because it’s the date field I refer to like 99.9% of the time. So now it has aliases to match.
      
      Also are included are aliases for the reverse order, because I’d rather write “new” than “the reverse of old”.
      0fefc78c
  2. 12 8月, 2017 1 次提交
  3. 06 7月, 2017 1 次提交
  4. 29 6月, 2017 2 次提交
  5. 24 6月, 2017 4 次提交
  6. 19 5月, 2017 1 次提交
  7. 07 5月, 2017 1 次提交
    • B
      Make all the option descriptions the same · e2f73927
      Benjamin Sago 提交于
      The old option descriptions were all written at different times, and needed some consistency. This makes everything consistent between the help text, README, man page, and shell completions, and fixes some mistakes made when writing them.
      
      This also adds the missing options to the man page, fixing #175.
      e2f73927
  8. 14 4月, 2017 1 次提交
  9. 31 10月, 2016 1 次提交
  10. 30 10月, 2016 1 次提交
  11. 29 8月, 2016 1 次提交
    • B
      Add legal values to error messages · 7e15e0dd
      Brandon W Maister 提交于
      Now when you do `--sort time` instead of saying "unknown option --sort
      time" it will say "unknown options '--sort time' (choices: name...)"
      with all legal options.
      
      This also adds the legal values to the default help text.
      7e15e0dd
  12. 18 4月, 2016 1 次提交
    • B
      Split up the options module · e9e1161c
      Benjamin Sago 提交于
      The original options was becoming a bit unwieldy, and would have been even more so if I added the same amount of comments. So this commit splits it up.
      
      There's no extra hiding going on here, or rearranging things within the module: (almost) everything now has to be marked 'pub' to let other sub-modules in the new options module to see it.
      e9e1161c