From dbe22e09441b9e7850551bcb1722f1bb2d5f648e Mon Sep 17 00:00:00 2001 From: mer0m Date: Mon, 20 Feb 2017 23:44:40 +0100 Subject: [PATCH] - --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c82282d..c4512d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Compute and plot Allan Deviation from tab separated values files. `python allanplot.py --help` -usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE] +```usage: allanplot.py [-h] [-f FILENAME] [-c COLUMNS [COLUMNS ...]] [-r RATE] Plot Allan Deviation from timeseries file @@ -18,7 +18,7 @@ optional arguments: -r RATE Time rate in seconds (default 1) Example: './allanplot.py -f 'toto.dat' -c 2 3' compute and plot Allan -Deviation form columns 2 and 3 of toto.dat +Deviation form columns 2 and 3 of toto.dat``` # Examples -- 2.16.4