File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ API under non-interactive, headless conditions.
5
5
6
6
## Requirements
7
7
8
- * Python 3.6 +
8
+ * Python 3.9 +
9
9
* OMERO.server 5.6
10
10
11
11
## Usage
12
12
13
13
Creating a user token and making it active:
14
14
15
- omero_user_token set
15
+ omero-user-token set
16
16
17
- Please see ` omero_user_token set --help` for detailed information. The
17
+ Please see ` omero-user-token set --help` for detailed information. The
18
18
default server hostname and port can be set in
19
19
` ${HOME}/.omero_user_token/config ` using an INI file compatible style:
20
20
@@ -24,7 +24,7 @@ default server hostname and port can be set in
24
24
25
25
Retrieving the current active token (validation will be performed):
26
26
27
- omero_user_token get
27
+ omero-user-token get
28
28
29
29
## Token format
30
30
@@ -36,7 +36,7 @@ The token format is as follows:
36
36
37
37
### Bash:
38
38
``` bash
39
- token=$( omero_user_token get)
39
+ token=$( omero-user-token get)
40
40
if [ $? -ne 0]; then
41
41
echo " No valid token found"
42
42
exit 1
You can’t perform that action at this time.
0 commit comments