looks nicer now
This commit is contained in:
parent
76cdcd130f
commit
2d456f4f98
|
|
@ -39,7 +39,7 @@ and add the directory to your `$PATH`. Do not forget to setup `$HOME/.bwda`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Interactive session
|
### Interactive session
|
||||||
```bash
|
```
|
||||||
Usage: bwda [-h] [path]
|
Usage: bwda [-h] [path]
|
||||||
Opens an interactive lftp session on bwDataArchive.
|
Opens an interactive lftp session on bwDataArchive.
|
||||||
path directory on LSDF, session will cd to the corresponding bwda directory
|
path directory on LSDF, session will cd to the corresponding bwda directory
|
||||||
|
|
@ -47,7 +47,7 @@ Opens an interactive lftp session on bwDataArchive.
|
||||||
```
|
```
|
||||||
|
|
||||||
### List directory content on bwda
|
### List directory content on bwda
|
||||||
```bash
|
```
|
||||||
Usage: bwdals [opt]
|
Usage: bwdals [opt]
|
||||||
List the contents of the current directory on bwda.
|
List the contents of the current directory on bwda.
|
||||||
Options are directly passed to lftp's ls command with the following exceptions:
|
Options are directly passed to lftp's ls command with the following exceptions:
|
||||||
|
|
@ -55,7 +55,7 @@ Options are directly passed to lftp's ls command with the following exceptions:
|
||||||
```
|
```
|
||||||
|
|
||||||
### Transfer files from bwda to LSDF (in parallel)
|
### Transfer files from bwda to LSDF (in parallel)
|
||||||
```bash
|
```
|
||||||
Usage: bwdaget files
|
Usage: bwdaget files
|
||||||
files files to be downloaded
|
files files to be downloaded
|
||||||
-c | --channel N use N channels per file
|
-c | --channel N use N channels per file
|
||||||
|
|
@ -65,7 +65,7 @@ Usage: bwdaget files
|
||||||
```
|
```
|
||||||
|
|
||||||
### Syncronize files from LSDF to bwda
|
### Syncronize files from LSDF to bwda
|
||||||
```bash
|
```
|
||||||
Usage: bwdasync [opt] [dir]
|
Usage: bwdasync [opt] [dir]
|
||||||
dir path to local directory on LSDF
|
dir path to local directory on LSDF
|
||||||
--include-size-mismatch include files which mismatch in size to sync list
|
--include-size-mismatch include files which mismatch in size to sync list
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue