Skip to content

Commit e1d5296

Browse files
authored
Merge pull request #215 from NotHimmel/v5.3
Fix pdf build bug.
2 parents 445723a + 504a719 commit e1d5296

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CN/modules/ROOT/pages/3.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
141141
psql连接数据库:
142142
[source,bash,subs="attributes"]
143143
```
144-
$ psql -d <database>
144+
$ psql -d YOUR_DATABASE
145145
psql ({pg-version})
146146
Type "help" for help.
147147

CN/modules/ROOT/pages/4.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
226226
psql连接数据库:
227227
[source,bash,subs="attributes"]
228228
```
229-
$ psql -d <database>
229+
$ psql -d YOUR_DATABASE
230230
psql ({pg-version})
231231
Type "help" for help.
232232

EN/modules/ROOT/pages/3.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
135135
Connect to IovrySQL via psql:
136136
[source,subs="attributes"]
137137
```
138-
$ psql -d <database>
138+
$ psql -d YOUR_DATABASE
139139
psql ({pg-version})
140140
Type "help" for help.
141141

EN/modules/ROOT/pages/4.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
230230
Connect to IovrySQL via psql:
231231
[source,subs="attributes"]
232232
```
233-
$ psql -d <database>
233+
$ psql -d YOUR_DATABASE
234234
psql ({pg-version})
235235
Type "help" for help.
236236

0 commit comments

Comments
 (0)