diff --git a/tldr/git-commit b/tldr/git-commit index 6e873b9a..184657cf 100644 --- a/tldr/git-commit +++ b/tldr/git-commit @@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git - Create a commit, even if there are no staged files: `git commit {{[-m|--message]}} "{{message}}" --allow-empty` + +- Add a description in addition to the commit message: + +`git commit {{[-m|--message]}} "{{message}}" {{[-m|--message]}} "{{description}}"` diff --git a/tldr/linux/factorio b/tldr/linux/factorio index 33709c1e..39932fd4 100644 --- a/tldr/linux/factorio +++ b/tldr/linux/factorio @@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git - Create a new save file with specific settings: -`{{path/to}}/factorio --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}` +`{{path/to}}/factorio --create {{path/to/save.zip}} --map-gen-settings {{path/to/map_gen_settings.json}} --map-settings {{path/to/map_settings.json}}` - [Interactive] Shut the server gracefully: