File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt update -q=2 && \
1414
1515COPY --chown=root:root ./authorized_keys /root/.ssh/authorized_keys
1616
17- # As sshd scrubs ENV variables if they are set by the ENV varibale ensure to put the into /etc/profile as shown below
17+ # As sshd scrubs ENV variables if they are set by the ENV variable ensure to put the into /etc/profile as shown below
1818ENV NOTVISIBLE="in users profile"
1919RUN echo "export VISIBLE=now" >> /etc/profile
2020
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def main(args):
4141 "-s" ,
4242 "--state" ,
4343 default = os .environ .get ("LG_STATE" ),
44- help = "State to transition the strategy into (alternatively provided via LG_STATE" ,
44+ help = "State to transition the strategy into (alternatively provided via LG_STATE) " ,
4545 )
4646 parser .add_argument (
4747 "-v" ,
Original file line number Diff line number Diff line change @@ -1859,7 +1859,7 @@ def get_parser(auto_doc_mode=False) -> "argparse.ArgumentParser | AutoProgramArg
18591859 "-s" ,
18601860 "--state" ,
18611861 type = str ,
1862- help = "strategy state to switch into before command (default: value from env varibale LG_STATE)" ,
1862+ help = "strategy state to switch into before command (default: value from env variable LG_STATE)" ,
18631863 )
18641864 parser .add_argument (
18651865 "-i" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ place name/alias (default: value from env variable LG_PLACE)
6363.INDENT 0.0
6464.TP
6565.B \- s <state>, \-\- state <state>
66- strategy state to switch into before command (default: value from env varibale LG_STATE)
66+ strategy state to switch into before command (default: value from env variable LG_STATE)
6767.UNINDENT
6868.INDENT 0.0
6969.TP
You can’t perform that action at this time.
0 commit comments