Skip to content

Commit 316fa18

Browse files
author
Ivan Stoev
committed
Readme
1 parent 456d40e commit 316fa18

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,23 @@ On ubuntu you can run the following command:
1212
sudo apt-get install cmake zlib1g-dev libboost-all-dev libpthread-stubs0-dev libfuse-dev automake
1313

1414
## Usage
15-
16-
./pcl_client -h
17-
pCloud console client v.2.0.1
18-
Allowed options:
19-
-h [ --help ] produce help message
20-
-u [ --username ] arg pCloud account name
21-
-p [ --password ] arg pCloud account password
22-
-c [ --crypto ] arg Crypto password
23-
-s [ --passascrypto ] arg Use user password as crypto password also.
24-
-d [ --deamonize ] Demonize the process.
25-
-o [ --commands ] Parent stays alive and processes command after
26-
demoziation.
27-
-m [ --mountpoint ] arg Mount point where drive to be mounted.
28-
-k [ --commands_only ] Demon already started pass only commands
29-
30-
31-
If you whant to be able to mount the files system as non root user you will have to create file
32-
/etc/fuse.conf
33-
and put user_allow_other in it.
15+
- ./pcl_client -h
16+
- pCloud console client v.2.0.1
17+
- Allowed options:
18+
- -h [ --help ] produce help message
19+
- -u [ --username ] arg pCloud account name
20+
- -p [ --password ] arg pCloud account password
21+
- -c [ --crypto ] arg Crypto password
22+
- -s [ --passascrypto ] arg Use user password as crypto password also.
23+
- -d [ --damonize ] Daemonize the process.
24+
- -o [ --commands ] Parent stays alive and processes command after
25+
- daemoziation.
26+
- -m [ --mountpoint ] arg Mount point where drive to be mounted.
27+
- -k [ --commands_only ] Demon already started pass only commands
28+
29+
- If you whant to be able to mount the files system as non root user you will have to create file
30+
- /etc/fuse.conf
31+
- and put user_allow_other in it.
3432

3533

3634

0 commit comments

Comments
 (0)