Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Minor typos and inconsistencies in help output #436

Open
arcrose opened this issue Feb 26, 2018 · 0 comments
Open

Minor typos and inconsistencies in help output #436

arcrose opened this issue Feb 26, 2018 · 0 comments
Assignees

Comments

@arcrose
Copy link
Contributor

arcrose commented Feb 26, 2018

Reading through the help strings produced by MIG running in Docker, I came across some typos and inconsistencies that are practically inconsequential. I wanted to open an issue for them so that I might be able to address them as I familiarize myself with the codebase.

  1. In the main mig --help output, there is a typo in "config"

-c path to an alternative confiig file. If not set, use ~/.migrc

Specifically,

confiig

  1. The examples showing how to use the -t flag are a bit inconsistent (perhaps intentionally?)

-t target to launch the action on. A target must be specified.
examples:
* linux agents: -t "queueloc LIKE 'linux.%'"
* agents named mysql: -t "name like '%mysql%'"

Here, the second example has LIKE in lowercase.

  1. In the description of the -size flag accepted by the file module

-size - match files with a size smaller or greater that

Specifically,

greater that

  1. In the description of the -macroal flag accepted by the file module

-macroal - by default, a 'content' regex only need to match one line of a file
to return a match. With the 'macroal' option set, all line of a file

Specifically,

all line

@arcrose arcrose self-assigned this Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant