Remove --detail and change repository to https
* Fix: Changed clone url to public, so everyone -not only developers- can clone. * Fix: Changed $ stenc -f /dev/nst0 --detail to $ stenc -f /dev/nst0. "--detail" is an unknown option in the newer versions.
This commit is contained in:
@@ -30,7 +30,7 @@ Get the source code and compile
|
|||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone git@github.com:scsitape/stenc.git
|
git clone https://github.com/scsitape/stenc.git
|
||||||
cd stenc/
|
cd stenc/
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
./autogen.sh && ./configure
|
./autogen.sh && ./configure
|
||||||
@@ -43,7 +43,7 @@ Usage example
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ stenc -f /dev/nst0 --detail
|
$ stenc -f /dev/nst0
|
||||||
Status for /dev/nst0
|
Status for /dev/nst0
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Device Mfg: TANDBERG
|
Device Mfg: TANDBERG
|
||||||
|
|||||||
Reference in New Issue
Block a user