1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

free: apply conventions (#1733)

This commit is contained in:
Starbeamrainbowlabs 2017-12-03 09:36:56 +00:00 committed by GitHub
commit 59221d54fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
- Display memory in Bytes/KB/MB/GB: - Display memory in Bytes/KB/MB/GB:
`free {{-b/-k/-m/-g}}` `free -{{b|k|m|g}}`
- Display memory in human readable units: - Display memory in human readable units:
`free -h` `free -h`
- Continuous monitor memory (refresh every X seconds): - Refresh the output every 2 seconds:
`free -s {{X}}` `free -s {{2}}`