Merge pull request #309 from lord63-forks/lint-fix

Lint fix
waldyrious/alt-syntax
Ruben Vereecken 2015-10-23 02:06:48 +02:00
commit acf8756f56
61 changed files with 79 additions and 78 deletions

View File

@ -1,4 +1,4 @@
#ar # ar
> Create, modify, and extract from archives (.a .so .o) > Create, modify, and extract from archives (.a .so .o)

View File

@ -1,4 +1,4 @@
#bundle # bundle
> Dependency manager for the Ruby programming language. > Dependency manager for the Ruby programming language.

View File

@ -1,4 +1,4 @@
#CHSH # chsh
> Change user's login shell > Change user's login shell

View File

@ -1,4 +1,4 @@
#FSWEBCAM # fswebcam
> small and simple webcam for *nix > small and simple webcam for *nix

View File

@ -1,4 +1,4 @@
#gem # gem
> Interact with the package manager for the Ruby programming language. > Interact with the package manager for the Ruby programming language.

View File

@ -1,4 +1,4 @@
#git add # git add
> Adds changed files to the index > Adds changed files to the index

View File

@ -1,4 +1,4 @@
#git branch # git branch
> Main command for working with branches > Main command for working with branches

View File

@ -1,4 +1,4 @@
#git checkout # git checkout
> Checkout a branch or paths to the working tree > Checkout a branch or paths to the working tree

View File

@ -1,4 +1,4 @@
#git clone # git clone
> Clone an existing repository > Clone an existing repository

View File

@ -1,4 +1,4 @@
#git commit # git commit
>Commit staged files to the repository >Commit staged files to the repository

View File

@ -1,4 +1,4 @@
#git diff # git diff
> Show changes to tracked files > Show changes to tracked files

View File

@ -1,4 +1,4 @@
#git init # git init
> Initializes a new local Git repository > Initializes a new local Git repository

View File

@ -1,4 +1,4 @@
#git log # git log
>Show a history of commits >Show a history of commits

View File

@ -1,4 +1,4 @@
#git merge # git merge
> Merge branches > Merge branches

View File

@ -1,4 +1,4 @@
#git push # git push
> Push commits to a remote repository > Push commits to a remote repository

View File

@ -1,4 +1,4 @@
#git remote # git remote
> Manage set of tracked repositories (“remotes”) > Manage set of tracked repositories (“remotes”)

View File

@ -1,4 +1,4 @@
#git status # git status
> Show the index (changed files) > Show the index (changed files)

View File

@ -1,4 +1,4 @@
#git # git
> Main command for all `git` commands > Main command for all `git` commands

View File

@ -1,4 +1,4 @@
#ipcs # ipcs
> Display information about ressources used in IPC (Inter-process Communication) > Display information about ressources used in IPC (Inter-process Communication)

View File

@ -1,4 +1,4 @@
#node # node
>Main node command >Main node command

View File

@ -1,4 +1,4 @@
#passwd # passwd
> passwd is a tool used to change a user's password. > passwd is a tool used to change a user's password.

View File

@ -1,4 +1,4 @@
#patch # patch
> Patch a file (or files) with a diff file. > Patch a file (or files) with a diff file.
> Note that diff files contain both the target filenames and list of changes. > Note that diff files contain both the target filenames and list of changes.

View File

@ -1,4 +1,5 @@
# salt-key # salt-key
> Invoke salt locally on a salt minion. > Invoke salt locally on a salt minion.
- Perform a highstate on this minion - Perform a highstate on this minion

View File

@ -1,4 +1,5 @@
# salt-key # salt-key
> Manages salt minion keys on the salt master > Manages salt minion keys on the salt master
> Needs to be run on the salt master, likely as root or with sudo > Needs to be run on the salt master, likely as root or with sudo

View File

@ -1,4 +1,4 @@
#salt-run # salt-run
>Frontend for executing salt-runners on minions >Frontend for executing salt-runners on minions

View File

@ -1,4 +1,4 @@
#salt # salt
>Execute commands and assert state on remote salt minions. >Execute commands and assert state on remote salt minions.

View File

@ -2,7 +2,7 @@
> Hold a session open on a remote server. Manage multiple windows with a single SSH connection. > Hold a session open on a remote server. Manage multiple windows with a single SSH connection.
- Start a new screen session - Start a new screen session
`screen` `screen`

View File

@ -6,7 +6,6 @@
`sudo {{ls}} {{/usr/local/scrt}}` `sudo {{ls}} {{/usr/local/scrt}}`
- To edit a file as user www: - To edit a file as user www:
`sudo -u {{www}} {{vi}} {{/var/www/index.html}}` `sudo -u {{www}} {{vi}} {{/var/www/index.html}}`

View File

@ -2,7 +2,7 @@
> Subversion command line client tool > Subversion command line client tool
- Check out a working copy from a repository - Check out a working copy from a repository
`svn co {{url/to/repository}}` `svn co {{url/to/repository}}`

View File

@ -1,4 +1,4 @@
#TEE # tee
> read from standard input and write to standard output and files > read from standard input and write to standard output and files

View File

@ -1,4 +1,4 @@
#WACAW # wacaw
> a little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera. > a little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera.