Skip to content

Commit b3242db

Browse files
committed
update atom menu rsync placeholder text
1 parent 41a0522 commit b3242db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/web-components/atom-go-credentials-menu/ui-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const atomGoConfigUI = (component) => html`
7878
<div class="form-field">
7979
<md-outlined-text-field
8080
label="Rsync Command"
81-
placeholder="rsync -av --delete"
81+
placeholder="-e 'ssh -p 2222'"
8282
.value=${component.rsynccommand}
8383
@input=${(e) => (component.rsynccommand = e.target.value)}
8484
></md-outlined-text-field>

0 commit comments

Comments
 (0)